Package com.cisco.pt.ipc.sim.pdu.impl
Class ManagementFrameImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCDataImpl
com.cisco.pt.ipc.sim.pdu.impl.SignalImpl
com.cisco.pt.ipc.sim.pdu.impl.PduImpl
com.cisco.pt.ipc.sim.pdu.impl.ManagementFrameImpl
- All Implemented Interfaces:
IPCData,ManagementFrame,Pdu,Signal
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected WirelessEncryptTypeprotected WirelessAuthenTypeprotected Stringprotected WirelessNetworkTypeprotected WirelessRadioBandprotected Stringprotected WirelessStandardChannelFields inherited from class com.cisco.pt.ipc.sim.pdu.impl.SignalImpl
fieldNames, fieldTable, signalType, typeTable -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidencodeTypeAndPayload(EncodedBuffer buffer) getFieldType(String fieldName) getKey()getSsid()voidpduRead(EncodedBuffer buffer) voidread(EncodedBuffer buffer) Reads this object from an EncodedBuffer of raw datavoidsetEncryptType(WirelessEncryptType encryptType) voidsetHAPAuthenType(WirelessAuthenType HAPAuthenType) voidvoidsetNetworkType(WirelessNetworkType networkType) voidsetRadioBand(WirelessRadioBand radioBand) voidvoidsetStandardChannel(WirelessStandardChannel standardChannel) Methods inherited from class com.cisco.pt.ipc.sim.pdu.impl.SignalImpl
getFieldValueMethods inherited from class com.cisco.pt.ipc.impl.IPCDataImpl
checkType, pduReadBoolean, pduReadByte, pduReadDouble, pduReadFloat, pduReadInt, pduReadIPAddress, pduReadIPCData, pduReadIPV6Address, pduReadLong, pduReadMACAddress, pduReadPair, pduReadQString, pduReadShort, pduReadString, pduReadUUID, pduReadVector, readBoolean, readByte, readDouble, readFloat, readInt, readIPAddress, readIPCData, readIPV6Address, readLong, readMACAddress, readPair, readQString, readShort, readString, readUUID, readVectorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
getFieldValue
-
Field Details
-
ssid
-
networkType
-
radioBand
-
HAPAuthenType
-
encryptType
-
standardChannel
-
key
-
-
Constructor Details
-
ManagementFrameImpl
public ManagementFrameImpl()
-
-
Method Details
-
getSsid
- Specified by:
getSsidin interfaceManagementFrame- Returns:
- String Returns a String
-
setSsid
- Specified by:
setSsidin interfaceManagementFrame- Parameters:
ssid- Takes in a parameter of ssid
-
getNetworkType
- Specified by:
getNetworkTypein interfaceManagementFrame- Returns:
- WirelessNetworkType Returns a WirelessNetworkType
-
setNetworkType
- Specified by:
setNetworkTypein interfaceManagementFrame- Parameters:
networkType- Takes in a parameter of networkType
-
getRadioBand
- Specified by:
getRadioBandin interfaceManagementFrame- Returns:
- WirelessRadioBand Returns a WirelessRadioBand
-
setRadioBand
- Specified by:
setRadioBandin interfaceManagementFrame- Parameters:
radioBand- Takes in a parameter of radioBand
-
getHAPAuthenType
- Specified by:
getHAPAuthenTypein interfaceManagementFrame- Returns:
- WirelessAuthenType Returns a WirelessAuthenType
-
setHAPAuthenType
- Specified by:
setHAPAuthenTypein interfaceManagementFrame- Parameters:
HAPAuthenType- Takes in a parameter of HAPAuthenType
-
getEncryptType
- Specified by:
getEncryptTypein interfaceManagementFrame- Returns:
- WirelessEncryptType Returns a WirelessEncryptType
-
setEncryptType
- Specified by:
setEncryptTypein interfaceManagementFrame- Parameters:
encryptType- Takes in a parameter of encryptType
-
getStandardChannel
- Specified by:
getStandardChannelin interfaceManagementFrame- Returns:
- WirelessStandardChannel Returns a WirelessStandardChannel
-
setStandardChannel
- Specified by:
setStandardChannelin interfaceManagementFrame- Parameters:
standardChannel- Takes in a parameter of standardChannel
-
getKey
- Specified by:
getKeyin interfaceManagementFrame- Returns:
- String Returns a String
-
setKey
- Specified by:
setKeyin interfaceManagementFrame- Parameters:
key- Takes in a parameter of key
-
getFieldType
- Overrides:
getFieldTypein classPduImpl
-
read
Reads this object from an EncodedBuffer of raw data -
pduRead
-
getOrderedFieldNames
- Specified by:
getOrderedFieldNamesin interfaceSignal- Overrides:
getOrderedFieldNamesin classPduImpl
-
encodeTypeAndPayload
- Specified by:
encodeTypeAndPayloadin interfaceSignal- Overrides:
encodeTypeAndPayloadin classPduImpl
-